home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / c / bitmap24 / bitmap24.readme < prev    next >
Encoding:
Text File  |  1999-05-17  |  606 b   |  20 lines

  1. Short:    A simple 24 bit bitmap C++ class
  2. Uploader: jarno@kcbbs.gen.nz (Jarno van der Linden)
  3. Author:   jarno@kcbbs.gen.nz (Jarno van der Linden)
  4. Type:     dev/c
  5. Version:  1.0
  6.  
  7. This a simple 24 bit bitmap class. I've used this class
  8. in various forms in a number of programs. I hope you find
  9. it as useful as I have.
  10.  
  11. The class also contains an IFFParse based reader and
  12. writer, which only handles 24 bit ILBM IFF files.
  13.  
  14. There is also a simple Z-Buffered bitmap subclass included
  15. in the archive. Also included is a demonstration program,
  16. and AutoDoc-style documentation of the BitMap24 class.
  17.  
  18.  
  19. ---JvdL---
  20.